@import '../iconfont/iconfont.css';
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.hv-scale {
  overflow: hidden;
}
.hv-scale img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.c-red {
  color: #e95412;
}
.bg-red {
  background: #e95412;
}
.hv:hover {
  color: #e95412;
}
.hv-f:hover {
  color: #fff;
}
.tran3 {
  transition: 0.3s;
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > * {
  display: table-cell;
  vertical-align: middle;
}
.row-pv10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-pv10 > * {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row-pv12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-pv12 > * {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.row-pv20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-pv20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0!important;
}
.medium {
  font-family: medium;
}
.wrap {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .wrap {
    width: 88%;
  }
}
/* footer s*/
footer {
  color: #fff;
  padding-bottom: 5px;
  background: #2b2c2e;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #fff;
}
footer .content {
  padding: 70px 0;
}
@media (min-width: 993px) {
  footer .ftnavs {
    float: right;
    width: 73%;
    padding-left: 6%;
  }
  footer .ftnavs ul {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .ftnavs li:not(:last-child) {
    width: 20%;
  }
  footer .companyinfo {
    width: 27%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .contactinfo {
    padding-right: 10%;
  }
}
footer .contactinfo dd {
  color: #fff;
  line-height: 30px;
}
footer .codebox {
  text-align: center;
  margin-bottom: 0.24rem;
  display: inline-block;
}
footer .codebox .code {
  width: 1.18rem;
  height: 1.18rem;
  margin-bottom: 0.1rem;
}
footer .codebox .tip {
  color: #999;
}
footer .navitem h4 {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}
footer .navitem .icon-jia {
  float: right;
  transition: 0.3s;
  display: none;
  margin-right: 10px;
}
footer .navitem .info a {
  display: block;
  line-height: 2.1;
}
footer .ft-bottom {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  color: #999;
  text-align: center;
  line-height: 30px;
}
footer .ft-bottom .copyright > * {
  margin-right: 5px;
}
footer .ft-bottom .copyright > * > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 992px) {
  footer .navitem {
    float: none;
    width: 100%;
  }
  footer .navitem .icon-jia {
    display: block;
  }
  footer .navitem h4 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 46px;
    line-height: 46px;
    margin: 0;
  }
  footer .navitem .info {
    display: none;
    font-size: 15px;
    padding: 10px 30px;
    line-height: 2;
  }
  footer .navitem .info a {
    color: rgba(255, 255, 255, 0.8);
  }
  footer .navitem.active .iconfont {
    transform: rotate(135deg);
  }
  footer .content {
    padding: 40px 0;
  }
  footer .companyinfo {
    padding: 40px 0 0;
    font-size: 13px;
  }
  footer .codebox {
    display: block;
    margin-bottom: 20px;
  }
  footer .codebox .code {
    width: 130px;
    height: 130px;
  }
  footer .contactinfo dd {
    line-height: 1.9;
  }
  footer .ft-bottom {
    font-size: 12px;
    line-height: 1.8;
  }
  footer .ft-bottom .company {
    color: #fff;
    font-size: 13px;
  }
  footer .ft-bottom a,
  footer .ft-bottom span {
    display: inline-block;
  }
}
/* footer e*/
/* 手机端菜单*/
.menu_btn {
  width: 60px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  position: absolute;
  right: 12px;
  transform-origin: center center;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  -webkit-transform: translateY(-50%) scale(0.8);
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
}
.menu_btn i {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #333;
  left: 12px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.menu_btn i:nth-of-type(1) {
  top: 20px;
}
.menu_btn i:nth-of-type(2) {
  top: 30px;
}
.menu_btn i:nth-of-type(3) {
  top: 40px;
  width: 14px;
}
.menu_btn.active i:nth-of-type(1) {
  -webkit-transform: rotate(225deg) translate(-7px, -7px);
  -moz-transform: rotate(225deg) translate(-7px, -7px);
  -ms-transform: rotate(225deg) translate(-7px, -7px);
  -o-transform: rotate(225deg) translate(-7px, -7px);
  transform: rotate(225deg) translate(-7px, -7px);
}
.menu_btn.active i:nth-of-type(3) {
  opacity: 0;
}
.menu_btn.active i:nth-of-type(2) {
  -webkit-transform: rotate(-225deg) translate(0, 0);
  -moz-transform: rotate(-225deg) translate(0, 0);
  -ms-transform: rotate(-225deg) translate(0, 0);
  -o-transform: rotate(-225deg) translate(0, 0);
  transform: rotate(-225deg) translate(0, 0);
}
.menu_btn:hover i:nth-of-type(3) {
  width: 28px;
}
.header {
  background: #fff;
  z-index: 666;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header .wrap {
  height: 100px;
  margin-left: 2%;
  margin-right: 1%;
  max-width: none;
  width: 97%;
  overflow: visible;
}
.header .company {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.header .company .info {
  height: 100px;
  line-height: 2.2;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  margin-right: 0.5rem;
}
.header .company .logo1 {
  margin-right: 0.2rem;
}
.header .company h1 {
  font-size: 18px;
  font-weight: bold;
}
.header .company .en {
  font-size: 11px;
  font-family: Georgia;
  text-transform: uppercase;
}
.header .head-menu {
  transition: 0.3s;
  min-width: 45%;
}
@media (max-width: 1300px) {
  .header .company .info {
    margin-right: 0.2rem;
  }
  .header .head-menu {
    width: 50%;
  }
  .header .head-menu li em {
    padding: 0 0.1rem;
  }
}
@media (max-width: 640px) {
  .header {
    height: 60px;
  }
  .header .company .info {
    height: 60px;
  }
  .header .company .en,
  .header .company .logo2 {
    display: none;
  }
  .header .company .logo1 {
    height: 30px;
    margin-right: 5px;
  }
  .header .company h1 {
    font-size: 15px;
    padding-top: 5px;
    font-family: medium;
  }
}
@media (max-width: 480px) {
  .header .menu_btn {
    right: 0;
  }
}
.pc-menus {
  display: table;
  width: 100%;
}
.pc-menus > * {
  display: table-cell;
  vertical-align: middle;
}
.pc-menus .item {
  cursor: pointer;
}
.pc-menus .item:hover > em {
  color: #e95412;
}
.pc-menus li {
  transition: 0.3s;
  width: 16%;
  position: relative;
}
.pc-menus li em {
  display: inline-block;
  padding: 0 0.26rem;
  position: relative;
}
.pc-menus li em::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 0.04rem;
  transition: 0.3s;
}
.pc-menus .item {
  line-height: 100px;
  font-size: 16px;
}
.pc-menus .dropinfo {
  display: none;
  padding: 28px 18px 26px 30px;
  border: 1px solid #e1e1e1;
  position: absolute;
  width: 450px;
  background: #fff;
  top: 100%;
  left: 50%;
  margin-left: -225px;
}
.pc-menus .dropinfo .info {
  float: left;
  width: 180px;
  line-height: 36px;
}
.pc-menus .dropinfo a {
  display: block;
  position: relative;
  padding-left: 24px;
  width: 180px;
}
.pc-menus .dropinfo a::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #989898;
  top: 50%;
  margin-top: -5px;
  left: 0;
}
.pc-menus .dropinfo a:hover {
  color: #e95412;
}
.pc-menus .dropinfo a:hover::before {
  border-left-color: #e95412;
}
.pc-menus .dropinfo img {
  float: right;
  padding-left: 20px;
  border-left: 1px solid #e1e1e1;
  width: 200px;
}
.pc-menus li:nth-child(6) .dropinfo {
  left: auto;
  right: 0;
}
.pc-menus li.active > a,
.pc-menus li:hover > a {
  color: #e95412;
}
.pc-menus li.active em::after,
.pc-menus li:hover em::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  background: #e95412;
}
.pc-menus li:Hover .dropinfo {
  display: block;
}
@media (max-width: 1920px) {
  .pc-menus li:nth-child(5) .dropinfo {
    left: auto;
    right: 0;
  }
}
.header + * {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .header + * {
    margin-top: 60px;
  }
}
.m-menus-top {
  height: 60px;
  position: relative;
  line-height: 60px;
  padding-left: 8%;
  background: #2b2c2e;
}
.m-menus-top .icon-guanbi {
  color: #fff !important;
  cursor: pointer;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.4rem;
}
.header.fixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.m-menus {
  width: 66%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -66%;
  background: #fff;
  overflow: hidden;
  line-height: 40px;
  font-size: 15px;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-menus a {
  color: #333;
}
.m-menus.active {
  right: 0;
}
.m-menus ul {
  height: calc((100vh - 60px ));
  overflow-y: auto;
  padding: 10px 0 50px;
}
.m-menus .item {
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
.m-menus .item .iconfont {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #999;
  font-weight: bold;
  transition: 0.3s;
}
.m-menus .item > a,
.m-menus h5 {
  display: block;
  padding: 0 8%;
  line-height: 46px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
}
.m-menus dl {
  display: none;
  background: rgba(0, 0, 0, 0.05);
  padding: 8px 0 12px 15%;
  font-size: 14px;
}
.m-menus dl a {
  color: #666;
  display: block;
  line-height: 26px;
}
.m-menus .trans {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-menus .item.active h5 > a {
  color: #e95412;
}
.m-menus .item.active h5 > * {
  font-weight: bold;
}
.m-menus .open h5 > a,
.m-menus .open h5 p {
  font-weight: bold;
}
.m-menus .open h5 .iconfont {
  transform: rotate(180deg) translateY(50%);
}
.index-banner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.index-banner .swiper-pagination {
  bottom: 0.6rem;
  line-height: 1;
}
.index-banner .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background: #fff;
  opacity: 0.6;
  border-radius: 0;
}
.index-banner .swiper-pagination-bullet-active {
  background: #e95412;
}
.index-banner .pnext {
  background: rgba(255, 255, 255, 0.2);
  line-height: 0.68rem;
  width: 0.68rem;
  height: 0.68rem;
  color: #fff;
  text-align: center;
  margin-top: -0.34rem;
}
.index-banner .pnext .iconfont {
  font-size: 0.3rem;
}
.index-banner .pnext:hover {
  background: #e95412;
}
.index-banner .pnext::after {
  display: none;
}
.index-banner .swiper-button-prev {
  left: 0;
}
.index-banner .swiper-button-next {
  right: 0;
}
.index-banner .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-banner .swiper-slide img {
  visibility: hidden;
}
.index-banner .content {
  min-width: 45%;
  position: absolute;
  right: 0;
  bottom: 15%;
}
@media (max-width: 1300px) {
  .index-banner .content {
    bottom: 1.3rem;
  }
}
@media (max-width: 1200px) {
  .index-banner .content {
    bottom: 15%;
  }
}
.index-banner .textbox {
  background: #e95412;
  background: linear-gradient(to right, rgba(233, 84, 18, 0.8), rgba(0, 0, 0, 0.8));
  line-height: 1.7;
  padding: 0.3rem 1rem 0.4rem 0.4rem;
  color: #fff;
}
.index-banner .textbox .en {
  font-size: 24px;
  font-family: medium;
  font-style: italic;
  margin-bottom: 0.1rem;
}
.index-banner .textbox h5 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1440px) {
  .index-banner .textbox .en {
    font-size: 18px;
  }
  .index-banner .textbox h5 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .index-banner {
    max-height: 70vh;
  }
  .index-banner .swiper-pagination {
    bottom: 0.3rem;
  }
}
@media (max-width: 1200px) {
  .index-banner .textbox .en {
    font-size: 0.24rem;
  }
  .index-banner .textbox h5 {
    font-size: 0.48rem;
  }
}
@media (max-width: 768px) {
  .index-banner .swiper-pagination {
    bottom: 0.1rem;
  }
}
@media (max-width: 640px) {
  .index-banner {
    height: 300px;
  }
  .index-banner .swiper-slide {
    overflow: hidden;
  }
  .index-banner .swiper-slide img {
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .index-banner .content {
    margin: 0 0.2rem;
  }
  .index-banner .textbox {
    padding: 0.3rem 0.1rem;
    text-align: center;
  }
  .index-banner .textbox .en {
    font-size: 16px;
    line-height: 1.4;
  }
  .index-banner .textbox h5 {
    font-size: 20px;
    font-weight: normal;
  }
}
.ihd {
  font-size: 0;
}
.ihd h2 {
  font-size: 36px;
  font-weight: bold;
}
.ihd .en {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  padding: 12px 0 18px;
}
.ihd ._line {
  transition: 0.3s;
  width: 47px;
  height: 2px;
  display: inline-block;
  margin: 0;
  background: #f57b00;
}
.ihd.white * {
  color: #fff;
}
@media (max-width: 1400px) {
  .ihd h2 {
    font-size: 30px;
  }
  .ihd .en {
    font-size: 14px;
    padding: 8px 0 14px;
  }
}
@media (max-width: 480px) {
  .ihd h2 {
    font-size: 24px;
  }
  .ihd .en {
    font-size: 12px;
  }
  .ihd ._line {
    width: 30px;
  }
}
.iservice {
  background: #f5f5f5;
  padding-bottom: 0.7rem;
  padding-top: 1.2rem;
}
@media (max-width: 480px) {
  .iservice .ihd {
    margin-bottom: 0.8rem;
    text-align: center;
  }
}
.iservice .hd ul {
  text-align: center;
  color: #999;
}
.iservice .hd li {
  width: 1.98rem;
  cursor: pointer;
}
.iservice .hd li p {
  margin: 0.2rem 0.2rem 0;
}
.iservice .hd li + li {
  border-left: 1px dashed #cecece;
}
.iservice .hd li:not(.active) .icon {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.iservice .hd li.active {
  color: #e95412;
}
@media (min-width: 768px) {
  .iservice .hd {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.7rem;
  }
  .iservice .hd ul {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .iservice .hd .nav {
    width: 76%;
  }
  .iservice .hd li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .iservice .hd .nav {
    margin-top: 0.6rem;
  }
  .iservice .hd ul {
    font-size: 12px;
  }
  .iservice .hd ul .icon {
    width: 30%;
  }
  .iservice .hd ul li {
    float: left;
    width: 33%;
    position: relative;
    margin-bottom: 0.4rem;
  }
  .iservice .hd ul li:nth-child(4) {
    clear: both;
    margin-left: 15%;
    border-left: 0;
  }
}
.iservice .bd {
  position: relative;
}
.iservice .bd .pnext {
  background: rgba(0, 0, 0, 0.2);
  line-height: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  color: #fff;
  text-align: center;
  margin-top: -1.2rem;
}
.iservice .bd .pnext .iconfont {
  font-size: 0.3rem;
}
.iservice .bd .pnext:hover {
  background: #e95412;
}
.iservice .bd .pnext::after {
  display: none;
}
@media (min-width: 769px) {
  .iservice .bd {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 100%;
    box-sizing: content-box;
    left: -0.4rem;
  }
}
@media (max-width: 768px) {
  .iservice .bd {
    width: 92vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.swipergood {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  padding-bottom: 1rem;
}
.swipergood .swiper-button-prev {
  left: -0.4rem;
}
.swipergood .swiper-button-next {
  right: -0.4rem;
}
.swipergood li {
  padding: 0 0.15rem;
}
.swipergood .inner {
  padding: 0.3rem;
  background: #fff;
  transition: 0.3s;
}
.swipergood .img {
  overflow: hidden;
}
.swipergood .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.swipergood .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.swipergood .info {
  padding: 0.2rem 0 0;
  position: relative;
  transition: 0.3s;
}
.swipergood .info::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  background: #e95412;
  transition: 0.3s;
  left: -0.3rem;
  top: 0.2rem;
  margin-top: 10px;
}
.swipergood h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
.swipergood .desc {
  color: #999999;
}
@media (min-width: 769px) {
  .swipergood li {
    width: 33.33%;
  }
  .swipergood li .info {
    padding-left: 20px;
  }
  .swipergood li:Hover .inner {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .swipergood li:Hover h4 {
    color: #e95412;
  }
  .swipergood li:Hover:hover .info::before {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .swipergood li {
    width: 50%;
    padding: 0 0.1rem;
  }
  .swipergood .inner {
    padding: 0.2rem;
  }
  .swipergood h4 {
    font-size: 16px;
  }
  .swipergood .desc {
    font-size: 12px;
  }
}
.iabout {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
.iabout .ihd {
  text-align: center;
  margin-bottom: 0.7rem;
}
.iabout .bd {
  position: relative;
}
.iabout .leftbox .item {
  cursor: default;
}
@media (min-width: 769px) {
  .iabout .leftbox {
    width: 48.5%;
  }
  .iabout .leftbox .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .iabout .leftbox img {
    width: 100%;
    display: block;
  }
  .iabout ul {
    position: absolute;
    top: 0;
    height: 48%;
    width: 50%;
    right: 0;
  }
  .iabout .leftbox .inner,
  .iabout li {
    overflow: hidden;
  }
  .iabout .leftbox .inner img,
  .iabout li img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .iabout .leftbox .inner:hover img,
  .iabout li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.iabout .leftbox .inner {
  position: relative;
  display: inline-block;
}
@media (min-width: 993px) {
  .iabout .leftbox .inner .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: ease-in-out 0.3s;
    top: 40%;
    background: rgba(0, 0, 0, 0.3);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    text-align: center;
    line-height: 0.6rem;
  }
  .iabout .leftbox .inner:hover .link {
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }
}
.iabout .leftbox .info {
  padding: 0.2rem;
  color: #fff;
  background: rgba(233, 84, 18, 0.9);
}
.iabout .leftbox .infotxt {
  line-height: 22px;
  height: 44px ;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.iabout ul img {
  display: block;
  object-fit: cover;
}
.iabout ul li {
  float: left;
}
.iabout ul .xs {
  width: 54.5%;
}
.iabout ul .lg {
  width: 43.5%;
}
.iabout ul li:nth-child(2n) {
  float: right;
}
.iabout .ul2 {
  top: auto;
  bottom: 4px;
}
.iabout li {
  position: relative;
}
.iabout li .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.iabout li .inner .link {
  line-height: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  height: 0;
  display: block;
  transition: ease-in 0.2s;
  opacity: 0.8;
}
@media (min-width: 993px) {
  .iabout li:hover .link {
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .iabout li p {
    font-size: 18px;
  }
  .iabout .bd img {
    width: 100%;
  }
  .iabout .leftbox .info {
    font-size: 14px;
  }
  .iabout ul {
    margin-top: 0.26rem;
  }
  .iabout ul p {
    font-size: 20px;
  }
}
.inews {
  padding: 1.2rem 0;
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
}
.inews .tabItem:not(.active) {
  display: none;
}
.inews .hd .nav {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.inews .hd .nav p {
  width: 2.15rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  color: #999;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
}
.inews .hd .nav p + p {
  margin-left: 15px;
}
.inews .hd .nav p:hover,
.inews .hd .nav .active {
  background: #e95412;
  color: #fff;
  border-color: #e95412;
}
@media (min-width: 641px) {
  .inews .hd {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.66rem;
  }
  .inews .hd .nav {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
}
@media (max-width: 640px) {
  .inews .hd .ihd {
    text-align: center;
  }
  .inews .hd .nav {
    margin: 0.6rem 0 0.4rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .inews .hd .nav P {
    background: #fff;
  }
}
.inews .bd {
  position: relative;
}
.inews .bd h4 {
  font-size: 20px;
  margin-bottom: 0.14rem;
}
.inews .bd h4 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .inews .bd h4 {
    margin-bottom: 0.1rem;
    font-size: 18px;
  }
  .inews .bd .desc {
    font-size: 13px;
  }
}
@media (min-width: 993px) {
  .inews .newscontent {
    width: 50%;
  }
  .inews .newscontent .desc {
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
  }
  .inews .newscontent a {
    display: block;
  }
  .inews .newsnav {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: -0.2rem;
  }
  .inews .newsnav li {
    height: 25%;
    padding-left: 0.2rem;
    transition: 0.3s;
  }
  .inews .newsnav .inner {
    height: 100%;
    width: 46vw;
    max-width: 720px;
  }
}
@media (min-width: 993px) and (min-width: 993px) {
  .inews .newscontent .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: ease-in-out 0.3s;
    top: 40%;
    background: rgba(0, 0, 0, 0.3);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    text-align: center;
    line-height: 0.6rem;
  }
  .inews .newscontent:hover .link {
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }
}
.inews .newscontent .item:not(.active) {
  display: none;
}
.inews .newscontent {
  position: relative;
}
.inews .newscontent img {
  width: 100%;
}
.inews .newscontent .imginfo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.26rem 0.4rem;
  color: #fff;
}
.inews .newscontent .inner {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.inews .newscontent .date {
  text-align: center;
  font-family: medium;
  margin-right: 0.5rem;
}
.inews .newscontent .id {
  font-size: 30px;
  background: #fff;
  width: 1rem;
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  margin-bottom: 0.1rem;
}
.inews .newscontent .year {
  font-size: 18px;
}
.inews .newscontent .info {
  max-width: 410px;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.inews .newscontent li {
  overflow: hidden;
}
.inews .newscontent li img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inews .newscontent li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .inews .newscontent .id {
    font-size: 20px;
    margin-bottom: 6px;
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.8rem;
  }
  .inews .newscontent .year {
    font-size: 16px;
  }
  .inews .newscontent .date {
    margin-right: 0.3rem;
  }
}
.inews .newsnav .date {
  padding: 0 0.5rem;
  text-align: center;
  font-family: medium;
  line-height: 1;
}
.inews .newsnav .day {
  font-size: 30px;
  margin-bottom: 0.14rem;
  display: block;
}
.inews .newsnav .inner {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.inews .newsnav .info {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.inews .newsnav .desc {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 993px) {
  .inews .newsnav .active {
    background: #e95412;
    color: #fff;
  }
}
@media (max-width: 992px) {
  .inews .newscontent .imginfo {
    padding: 0.26rem 0.2rem;
  }
  .inews .newscontent .desc {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .inews .newsnav {
    max-width: 1440px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .inews .newsnav .day {
    font-size: 26px;
    margin-bottom: 0.1rem;
  }
  .inews .newsnav li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #ccc;
  }
  .inews .newsnav li .date {
    padding: 0;
    width: 1.1rem;
    text-align: left;
  }
  .inews .newsnav li .date .day {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .inews .newsnav li .date .year {
    font-size: 12px;
  }
}
@media (max-width: 992px) and (max-width: 640px) {
  .inews .newsnav {
    width: 88%;
  }
}
.ipartner {
  margin-bottom: 1.3rem;
  padding-top: 1.2rem;
}
.ipartner .ihd {
  text-align: center;
  margin-bottom: 0.5rem;
}
.ipartner li {
  float: left;
  width: 25%;
  margin-bottom: 0.4rem;
  text-align: center;
}
.ipartner li img {
  max-width: 90%;
}
@media (min-width: 993px) {
  .ipartner li img:hover {
    border-color: #dfdfdf;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
  }
  .ipartner li img {
    border: 1px solid transparent;
    transition: 0.3s;
  }
}
.ipartner li:nth-child(5) {
  margin-left: 12.2%;
}
@media (max-width: 768px) {
  .ipartner li {
    width: 33.33%;
  }
  .ipartner li:nth-child(5) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .ipartner {
    margin-bottom: 0.8rem;
  }
  .ipartner li {
    margin-bottom: 0.2rem;
  }
}
.banner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1920px) {
  .banner {
    background-attachment: fixed;
  }
}
.banner .bg {
  visibility: hidden;
}
.banner .content {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .banner .content {
    width: 88%;
  }
}
.banner .line {
  width: 125px;
  height: 4px;
  background: #fff;
}
.banner .line i {
  width: 50%;
  height: 100%;
  background: #e95412;
  display: block;
}
.banner h2 {
  font-size: 30px;
}
.banner h3 {
  font-size: 48px;
  margin: 30px 0 15px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .banner {
    max-height: 66vh;
    overflow: hidden;
  }
}
@media (max-width: 1400px) {
  .banner .line {
    width: 1rem;
    height: 2px;
  }
  .banner h2 {
    font-size: 24px;
  }
  .banner h3 {
    font-size: 36px;
    margin: 20px 0 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) {
  .banner h3 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  .banner h2 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .banner {
    height: 3rem;
  }
}
.basenav {
  line-height: 66px;
  border-bottom: 1px solid #e5e5e5;
}
.basenav .inner {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .basenav .inner {
    width: 88%;
  }
}
.basenav .inner.s2 {
  max-width: 600px;
}
.basenav a {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 160px;
  position: relative;
  font-weight: bold;
}
.basenav a.active {
  background: #e95412;
  color: #fff;
}
@media (min-width: 641px) {
  .basenav .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .basenav a:hover {
    background: #e95412;
    color: #fff;
  }
  .basenav a.active::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #e95412;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}
@media (max-width: 992px) {
  .basenav .inner {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .basenav {
    border-bottom: 0;
  }
  .basenav .inner {
    background: #fff;
    line-height: 40px;
    overflow: hidden;
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .basenav .inner > * {
    display: table-cell;
    vertical-align: middle;
  }
  .basenav a {
    display: block;
    padding: 0.2rem 0.1rem;
    width: 20%;
    font-size: 12px;
    line-height: 1.4;
  }
  .basenav a:not(:first-child) {
    border-left: 1px solid #e5e5e5;
  }
}
.tit1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .tit1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .tit1 {
    font-size: 22px;
  }
}
.acompany {
  padding-bottom: 1.46rem;
  width: 92%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding-top: 0.94rem;
  text-align: center;
}
@media (min-width: 993px) {
  .acompany::after {
    content: '';
    display: block;
    height: 2.2rem;
    background: url(../images/bg_logo.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 4rem;
    width: 50%;
  }
}
.acompany .wrap {
  max-width: 1030px;
}
.acompany h2 {
  margin-bottom: 0.53rem;
}
.acompany .datas {
  margin: 1rem 0 0;
  line-height: 1.3;
  color: #666;
  font-size: 16px;
}
.acompany .datas b {
  display: block;
  font-size: 0.6rem;
  color: #e95412;
  font-family: medium;
}
.acompany .info {
  color: #666;
  line-height: 2;
  font-size: 16px;
  text-align: left;
  text-indent: 2em;
}
.acompany .info p + p {
  margin-top: 0.5em;
}
@media (max-width: 640px) {
  .acompany .info {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .acompany .datas {
    font-size: 14px;
  }
  .acompany .datas b {
    margin-bottom: 10px;
  }
}
.ainfo {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .ainfo {
    width: 88%;
  }
}
.ainfo .row {
  margin-left: 0;
  margin-right: 0;
}
.ainfo .row > * {
  padding-left: 0;
  padding-right: 0;
}
.ainfo li {
  position: relative;
}
@media (min-width: 993px) {
  .ainfo li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    transition: ease-in-out 0.5s;
  }
  .ainfo li:hover:nth-child(1)::after {
    background: url(../images/yj1_on.jpg) no-repeat center;
    background-size: contain;
    opacity: 1;
  }
  .ainfo li:hover:nth-child(2)::after {
    background: url(../images/yj2_on.jpg) no-repeat center;
    background-size: contain;
    opacity: 1;
  }
  .ainfo li:hover:nth-child(3)::after {
    background: url(../images/yj3_on.jpg) no-repeat center;
    background-size: contain;
    opacity: 1;
  }
}
.ainfo .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  width: 80%;
  text-align: center;
  color: #fff;
  z-index: 55;
}
.ainfo .info .ic {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
}
.ainfo .info .ic1 {
  background-image: url('../images/ic_ab1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.ainfo .info .ic2 {
  background-image: url('../images/ic_ab2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.ainfo .info .ic3 {
  background-image: url('../images/ic_ab3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.ainfo .info h4 {
  font-size: 24px;
  margin: 16px 0 14px;
}
.ainfo .info p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .ainfo .info .ic {
    width: 50px;
    height: 50px;
  }
  .ainfo .info h4 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .ainfo .info p {
    font-size: 14px;
  }
}
.astep {
  padding: 1rem 0 1.4rem;
  background: url(../images/bg_map.jpg) no-repeat center 2.2rem;
}
.astep .tit1 {
  margin-bottom: 0.4rem;
}
.ahonner {
  padding: 1rem 0 1.1rem;
  background: #f5f5f5;
}
.ahonner .bd {
  margin-top: 0.76rem;
}
.honner-list {
  margin-left: -16px;
  margin-right: -16px;
}
.honner-list .inner {
  background: #fff;
  text-align: center;
  padding: 0.3rem;
  position: relative;
  transition: 0.3s;
}
.honner-list .inner ._line {
  width: 30px;
  height: 4px;
  background: #e95412;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.honner-list .inner p {
  margin: 0.38rem 0 0;
  height: 90px;
  font-size: 16px;
  line-height: 28px;
}
.honner-list .inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.honner-list .inner:hover ._line {
  width: 100%;
}
.honner-list .inner:hover p {
  color: #e95412;
}
.honner-list > * {
  padding-left: 8px;
  padding-right: 8px;
}
.honner-list li {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .honner-list .inner p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 640px) {
  .honner-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .honner-list .wrap {
    width: 92%;
  }
  .honner-list > * {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .honner-list .inner {
    padding: 0.1rem 0.1rem 0;
  }
  .honner-list .inner p {
    font-size: 14px;
  }
}
.apartner {
  padding: 1.2rem 0 1.5rem;
  background: url('../images/bg3.jpg') no-repeat center center;
  background-size: cover;
}
.apartner .tit1 {
  color: #fff;
  margin-bottom: 1.3rem;
}
.apartner li {
  float: left;
  width: 25%;
  margin-bottom: 0.4rem;
  text-align: center;
  margin-bottom: 0.7rem;
}
.apartner li img {
  max-width: 90%;
}
.apartner li:nth-child(5) {
  margin-left: 12.2%;
}
@media (max-width: 768px) {
  .apartner li {
    width: 33.33%;
  }
  .apartner li:nth-child(5) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .apartner {
    padding-bottom: 0.6rem;
  }
  .apartner .wrap {
    width: 96%;
  }
}
@media (max-width: 480px) {
  .apartner {
    padding-bottom: 1rem;
  }
  .apartner li {
    width: 50%;
  }
}
.ateam {
  padding: 1rem 0;
}
.ateam .tit1 {
  margin-bottom: 0.7rem;
}
.ateam li {
  margin-bottom: 0.36rem;
}
.ateam .inner {
  background: #fff;
  text-align: center;
  padding: 0.24rem 0.24rem 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.ateam .inner p {
  line-height: 0.6rem;
  font-size: 16px ;
  color: #666;
}
.ateam .inner .img {
  overflow: hidden;
}
.ateam .inner .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ateam .inner .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ateam .inner img {
  width: 100%;
}
.ateam li:hover p {
  color: #e95412;
}
@media (max-width: 640px) {
  .ateam .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .ateam .row > * {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .ateam .inner {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 480px) {
  .ateam .inner p {
    font-size: 14px;
  }
}
.swiper-step {
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 16px;
}
.swiper-step li {
  padding: 0;
  width: 70vw;
}
.swiper-step .swiper-button-next,
.swiper-step .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: -24px;
  background: #cdd1d7;
  transition: 0.3s;
}
.swiper-step .swiper-button-next:hover,
.swiper-step .swiper-button-prev:hover {
  background: red;
  background: linear-gradient(#ee7226, #e95412);
}
.swiper-step .swiper-button-next,
.swiper-step .swiper-button-prev {
  margin-top: 0;
  top: 28%;
  left: auto;
  right: auto;
}
.swiper-step .swiper-button-prev {
  right: 85vw;
}
.swiper-step .swiper-button-next {
  left: 85vw;
}
.swiper-step .yearbox {
  position: relative;
  font-family: medium;
  color: #cdd1d7;
  margin-bottom: 0.6rem;
  min-height: 15vw;
}
.swiper-step .yearbox::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5eaf0;
  z-index: 1;
  bottom: 0;
  background: #fff;
}
.swiper-step .year {
  font-size: 0;
  font-size: 15vw;
  line-height: 1;
  position: relative;
  text-align: center;
  visibility: hidden;
}
.swiper-step .year > * {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0;
}
.swiper-step .year em {
  color: #53b255;
  background-image: -webkit-linear-gradient(top, #ee7226, #e95412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.swiper-step .year2 {
  font-size: 0.48rem;
  line-height: 1;
  padding-bottom: 48px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  top: 55%;
}
.swiper-step .yearbox::after,
.swiper-step .year .p1::after {
  top: 65%;
}
.swiper-step .swiper-slide-prev .info,
.swiper-step .swiper-slide-next .info {
  display: none;
}
.swiper-step .swiper-slide-prev .year2 {
  right: 0;
}
.swiper-step .swiper-slide-next .year2 {
  left: 0;
}
.swiper-step .swiper-slide-active .year {
  visibility: visible;
}
.swiper-step .swiper-slide-active .year2 {
  display: none;
}
.swiper-step .info {
  width: 80%;
  margin: 0 auto;
}
.swiper-step .info h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.swiper-step .info p {
  padding-left: 0.32rem;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 37px;
}
.swiper-step .info p::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #bbbbbb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: -4px;
  top: 50%;
}
@media (max-width: 1440px) {
  .swiper-step .pnext {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .swiper-step {
    padding-bottom: 0.8rem;
  }
  .swiper-step .swiper-pagination {
    line-height: 1;
    bottom: 0;
  }
  .swiper-step .pnext {
    border-radius: 50%;
    color: #fff;
    background: #cdd1d7;
  }
  .swiper-step .pnext::after {
    font-size: 14px;
  }
  .swiper-step .swiper-button-prev {
    right: 90vw;
  }
  .swiper-step .swiper-button-next {
    left: 90vw;
  }
  .swiper-step .pnext {
    width: 26px;
    height: 26px;
  }
  .swiper-step li {
    width: 74vw;
  }
  .swiper-step li .yearbox {
    margin-bottom: 0.5rem;
  }
  .swiper-step li .year2 {
    font-size: 0.3rem;
    padding-bottom: 26px;
  }
  .swiper-step li .info {
    width: 100%;
    font-size: 14px;
    line-height: 1.76;
  }
  .swiper-step li .info p {
    padding-left: 15px;
  }
  .swiper-step li .info p::after {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}
@media (max-width: 640px) {
  .swiper-step .year {
    font-size: 90px;
  }
  .swiper-step .year2 {
    top: 50%;
  }
  .swiper-step .pnext {
    top: 46px;
  }
  .swiper-step .info h4 {
    font-size: 20px;
  }
  .swiper-step .info p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.js-box {
  margin: 1rem auto 1.2rem;
}
@media (min-width: 993px) {
  .js-box {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .js-box .content,
  .js-box .img {
    width: 50%;
  }
  .js-box .content {
    padding-left: 5%;
  }
}
.js-box .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 0.4rem 0 0.7rem;
}
.js-box .logo {
  text-align: right;
}
.js-box .logo img {
  width: 30%;
  max-width: 250px;
}
@media (max-width: 1200px) {
  .js-box .info {
    font-size: 14px;
    line-height: 1.76;
  }
}
@media (max-width: 992px) {
  .js-box .img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .js-box .info {
    font-size: 16px;
    color: #666;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .js-box .img {
    width: 100%;
  }
  .js-box .info {
    font-size: 14px;
    line-height: 1.76;
  }
}
.js-box3 {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin: 1rem auto 1.3rem;
  max-width: 980px;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .js-box3 {
    width: 88%;
  }
}
.js-box3 .info {
  margin: 0.5rem 0 1rem;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.js-box3 .img {
  width: 60%;
  max-width: 565px;
}
@media (max-width: 640px) {
  .js-box3 .info {
    font-size: 14px;
    line-height: 1.76;
    margin-bottom: 0.6rem;
  }
  .js-box3 .img {
    width: 80%;
  }
}
.js-box2 {
  background: url('../images/bg4.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 1rem;
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 16px;
}
.js-box2 .tit1 {
  margin-bottom: 0.6rem;
}
.js-box2 .bd {
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  max-width: 1600px;
}
.js-box2 .honner-list {
  margin: 0;
}
.js-box2 .honner-list .inner {
  padding: 0.2rem 0.2rem 0.3rem;
  position: relative;
  margin: 8px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.js-box2 .honner-list span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-size: 16px;
}
.js-box2 .honner-list li:Hover {
  color: #e95412;
}
.js-box2 .honner-list li {
  width: 33.33%;
  padding: 0;
}
.js-box2 .swiper-button-next,
.js-box2 .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: -24px;
  background: #cdd1d7;
  transition: 0.3s;
}
.js-box2 .swiper-button-next:hover,
.js-box2 .swiper-button-prev:hover {
  background: red;
  background: linear-gradient(#ee7226, #e95412);
}
@media (max-width: 1440px) {
  .js-box2 .swiper {
    padding-bottom: 0.8rem;
  }
  .js-box2 .bd {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .js-box2 .honner-list span {
    bottom: 0.3rem;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .js-box2 .bd {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .js-box2 {
    padding-top: 1rem;
  }
  .js-box2 .tit1 {
    margin-bottom: 0.4rem;
  }
  .js-box2 .bd {
    width: 92%;
  }
  .js-box2 .swiper-button-next,
  .js-box2 .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .js-box2 .honner-list li {
    width: 50%;
  }
  .js-box2 .honner-list li .inner {
    padding-bottom: 0.5rem;
  }
}
.newsbox-list li {
  border-bottom: 1px solid #eeeeee;
  padding: 0.6rem 0;
}
.newsbox-list .time {
  font-size: 18px;
  color: #999;
  font-family: medium;
}
.newsbox-list h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0.2rem 0 0.3rem;
}
.newsbox-list .info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  height: 60px;
}
@media (min-width: 641px) {
  .newsbox-list .imgxs {
    display: none;
  }
  .newsbox-list li {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .newsbox-list li:hover {
    border-bottom-color: #e95412;
  }
  .newsbox-list li:hover h3 a {
    color: #e95412;
  }
  .newsbox-list .content {
    padding-right: 10%;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .newsbox-list .inner {
    max-width: 840px;
  }
  .newsbox-list .img {
    width: 30%;
    text-align: right;
  }
  .newsbox-list .img a {
    display: inline-block;
    overflow: hidden;
    max-width: 400px;
  }
  .newsbox-list .img a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .newsbox-list .img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 641px) and (max-width: 992px) {
  .newsbox-list .content {
    padding-right: 5%;
  }
  .newsbox-list .img {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .newsbox-list h3 {
    font-size: 20px;
  }
  .newsbox-list .info {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .newsbox-list .imglg {
    display: none;
  }
  .newsbox-list .imgxs {
    display: block;
  }
  .newsbox-list .img img {
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.newsbox {
  margin-bottom: 1.8rem;
  padding-top: 0.4rem;
}
.pagination {
  margin: 0;
}
.pagination > .active > span {
  background: #e95412;
  border-color: #e95412;
}
.pagination li > span,
.pagination li > a {
  margin: 0 2px;
  color: #333;
}
.pagination-box {
  text-align: center;
  margin: 1.04rem 0 0;
}
.articlebox {
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  text-align: center;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .articlebox {
    width: 88%;
  }
}
.articlebox h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.articlebox .date {
  font-size: 18px;
  color: #bbb;
  margin-top: 0.2rem;
  font-family: medium;
}
.articlebox article {
  padding-bottom: 1.4rem;
  padding-top: 0.6rem;
  color: #666;
  line-height: 2;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 0.4rem;
}
.articlebox article .inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.articlebox article img {
  display: block;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .articlebox h1 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .articlebox {
    padding: 0.7rem 0;
  }
  .articlebox h1 {
    font-size: 22px;
  }
  .articlebox .date {
    font-size: 14px;
  }
  .articlebox article {
    line-height: 1.76;
    text-indent: 2em;
  }
  .articlebox article > * {
    margin-bottom: 0.3rem;
  }
}
.article-pnext {
  margin-top: 0.3rem;
  font-size: 16px;
}
.article-pnext a {
  color: #999;
  display: block;
}
.article-pnext a:hover {
  color: #e95412;
}
.article-pnext .pnext {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.article-pnext .return {
  color: #666;
}
.article-pnext .return:hover {
  color: #e95412;
}
.article-pnext .next {
  padding-right: 0.2rem;
  position: relative;
}
@media (min-width: 769px) {
  .article-pnext {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  .article-pnext .pnext {
    max-width: 30%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .article-pnext .return {
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
  }
  .article-pnext .next {
    text-align: right;
  }
  .article-pnext .next .iconfont {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .article-pnext {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .article-pnext .pnext .iconfont {
    display: none;
  }
  .article-pnext .return {
    color: #666;
  }
}
.fwbox1 {
  background: #f5f5f5;
}
.fwbox1 .bd {
  padding-top: 0.94rem;
  padding-bottom: 1.2rem;
}
.fwbox1 .tit1 {
  text-align: left;
  background: url(../images/icon1.png) no-repeat 0 center;
  background-size: contain;
  padding-left: 0.6rem;
  line-height: 1.3;
}
.fwbox1 .info {
  margin: 0.3rem 0 1rem;
  font-size: 16px;
  color: #666;
  line-height: 1.76;
  text-indent: 2em;
}
.fwbox1 .btns {
  width: 2rem;
  height: 0.54rem;
  line-height: 0.54rem;
  display: block;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #e95412;
  color: #e95412;
  font-size: 16px;
  transition: 0.3s;
}
.fwbox1 .btns > * {
  display: inline-block;
  vertical-align: middle;
}
.fwbox1 .btns .icon {
  width: 26px;
  height: 26px;
  background-image: url('../images/icon2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  margin-right: 0.1rem;
}
.fwbox1 .btns:hover {
  transform: scale(0.9);
}
@media (min-width: 993px) {
  .fwbox1 .bd {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fwbox1 .content,
  .fwbox1 .img {
    width: 50%;
  }
  .fwbox1 .info {
    width: 90%;
    max-width: 6.1rem;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .fwbox1 .info {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  .fwbox1 .btns {
    margin-left: auto;
    margin-right: auto;
  }
  .fwbox1 .img {
    text-align: center;
    margin-top: 0.5rem;
  }
}
@media (max-width: 800px) {
  .fwbox1 .tit1 {
    line-height: 1.1;
  }
  .fwbox1 .info {
    margin: 0.4rem 0 0.8rem;
  }
  .fwbox1 .btns {
    width: 2.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
@media (max-width: 640px) {
  .fwbox1 .tit1 {
    padding-left: 0.5rem;
  }
  .fwbox1 .info {
    font-size: 14px;
  }
}
.fwbox2 {
  padding: 1.1rem 0;
}
.fwbox2 .nav h2 {
  background: #e95412;
  color: #fff;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  padding-left: 40px;
}
.fwbox2 .nav a {
  height: 72px;
  line-height: 72px;
  padding-left: 36px;
  border-left: 4px solid transparent;
  font-size: 16px;
  background: #f5f5f5;
  display: block;
}
.fwbox2 .nav .active {
  border-left-color: #e95412;
  background: #fff;
  color: #e95412;
}
.fwbox2 .nav a:hover {
  color: #e95412;
}
.fwbox2 .content {
  font-size: 16px;
}
.fwbox2 dl {
  margin-bottom: 0.6rem;
}
.fwbox2 dl.concat dt {
  margin-bottom: 0.2rem;
}
.fwbox2 dt {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.fwbox2 dt .ic {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
}
.fwbox2 dt .ic1 {
  background-image: url('../images/icon3.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.fwbox2 dt .ic2 {
  background-image: url('../images/icon4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.fwbox2 dt .ic3 {
  background-image: url('../images/icon5.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.fwbox2 dt .ic4 {
  background-image: url('../images/ic_concat.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.fwbox2 dd {
  color: #666;
}
.fwbox2 dd + dd {
  margin-top: 0.14rem;
}
@media (min-width: 1121px) {
  .fwbox2 .nav {
    float: left;
  }
  .fwbox2 .nav .inner {
    width: 2.9rem;
  }
  .fwbox2 .fixed {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 1440px;
    float: none;
  }
  .fwbox2 .content {
    margin-left: 3.75rem;
  }
}
@media (min-width: 1121px) and (max-width: 1200px) {
  .fwbox2 .nav {
    width: 2.6rem;
  }
  .fwbox2 .content {
    margin-left: 3rem;
  }
}
@media (max-width: 1120px) {
  .fwbox2 .nav {
    border: 1px solid #e95412;
    margin-bottom: 0.5rem;
  }
  .fwbox2 .nav a {
    display: inline-block;
    padding: 0 0.4rem;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .fwbox2 .nav h2 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .fwbox2 .nav a {
    display: block;
    padding: 0 0.4rem;
    float: left;
    width: 49%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 1px 1px 0;
  }
  .fwbox2 .nav .acitve {
    color: #e95412;
    border-left-color: #fff !important;
  }
  .fwbox2 dd {
    line-height: 1.76;
    font-size: 15px;
  }
  .fwbox2 .tablebox {
    overflow-x: auto;
    width: 100vw;
    position: relative;
    left: -6vw;
  }
  .fwbox2 .tablebox table {
    margin-left: 5vw;
    min-width: 924px;
  }
}
@media (max-width: 640px) {
  .fwbox2 dd {
    font-size: 14px;
  }
}
.fwtable,
table {
  width: 100%;
}
.fwtable tr:first-child td,
table tr:first-child td {
  background: #808080;
  height: 36px;
  line-height: 36px;
  color: #fff;
  padding-left: 0.3rem;
  font-weight: bold;
}
.fwtable td,
table td {
  border: 0.08rem solid #fff;
}
.fwtable td,
table td {
  font-size: 14px;
  background: #f5f5f5;
  padding: 0.2rem 0.3rem;
  color: #666;
  line-height: 1.76;
}
@media (max-width: 640px) {
  .fwtable th,
  table th {
    font-size: 15px;
  }
}
.mapbox {
  padding-top: 1rem;
  max-width: 1440px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .mapbox {
    width: 88%;
  }
}
.mapbox .tit1 {
  margin-bottom: 0.6rem;
}
.mapbox .map {
  height: 5.53rem;
  background: #ccc;
}
@media (max-width: 480px) {
  .mapbox {
    width: 100%;
  }
}
.recruit-box {
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.recruit-box .arrow {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .recruit-box .year {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .recruit-box li {
    padding-left: 35px;
  }
  .recruit-box .year {
    padding-left: 0!important;
  }
}
.recruit-box .hd-wrap {
  background: #e95412;
  padding: 0 22px;
}
.recruit-box .hd {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
}
.recruit-box .item {
  padding: 0 22px;
}
.recruit-box .item-hd {
  padding-top: 30px;
  padding-bottom: 30px;
}
.recruit-box li {
  padding-left: 40px;
}
.recruit-box li p {
  display: inline-block;
}
.recruit-box .item + .item {
  border-top: 1px solid #ebebeb;
}
.recruit-box .item-hd {
  font-size: 16px;
  cursor: pointer;
  line-height: 1.8;
}
.recruit-box .item-hd .tit {
  display: none;
}
.recruit-box .item-bd {
  color: #999999;
  display: none;
  padding: 30px 15px;
}
.recruit-box .active .item-bd {
  border-top: 1px solid #ebebeb;
}
.recruit-box .active .arrow {
  transform: rotate(180deg);
  display: inline-block;
}
.recruit-box .arrow {
  float: right;
  margin-right: 20%;
}
.recruit-box dd {
  margin: 10px 0  30px;
  font-size: 12px;
}
.recruit-box dt,
.recruit-box dd {
  line-height: 2;
}
.recruit-box dt {
  color: #333;
}
.recruit-box .arrow {
  font-size: 16px;
  color: #333;
}
@media (max-width: 991px) {
  .recruit-box .item-hd li {
    margin-bottom: 0.1rem;
  }
  .recruit-box .item-hd .tit {
    display: inline-block;
    margin-right: 10px;
    color: #666;
  }
}
@media (max-width: 768px) {
  .recruit-box .item {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .recruit-box .item-hd {
    font-size: 14px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .recruit-box .item-hd > * {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .recruit-box .item-hd .tit {
    margin-right: 4px;
    font-size: 13px;
  }
  .recruit-box .item-hd {
    padding: 10px 20px;
  }
  .recruit-box .item-hd li {
    padding-left: 0;
  }
  .recruit-box .item-bd {
    padding: 20px 0;
    margin: 0 20px;
  }
  .recruit-box .arrow {
    margin-right: 10%;
  }
}
.recruitbox {
  padding: 1.3rem 0 1.4rem;
}
.recruitbox .tit1 {
  margin-bottom: 0.7rem;
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
  display: none;
}
#map {
  height: 608px;
}
@media (max-width: 992px) {
  #map {
    height: 500px;
  }
}
@media (max-width: 640px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  #map {
    height: 340px;
  }
}
#map label,
#map img {
  max-width: none;
  max-height: none;
}
.msgbox {
  padding: 1rem 0 1.3rem;
  background: url('../images/bg5.jpg') no-repeat center center;
  background-size: cover;
}
.msgbox .tit1 {
  margin-bottom: 1rem;
}
.contact-form {
  font-size: 16px;
}
.contact-form .form {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
}
.contact-form input,
.contact-form textarea,
.contact-form button {
  border: 0;
  box-shadow: none;
  outline: none;
  resize: none;
  background: none;
  font-size: 16px;
}
.contact-form label {
  color: #666;
}
.contact-form li {
  min-height: 64px;
  line-height: 64px;
  margin-bottom: 40px;
  transition: 0.3s;
}
.contact-form li .inner {
  border-bottom: 1px solid #e0e1e2;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.contact-form li input {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
  height: 50px;
  line-height: 50px;
}
.contact-form li label {
  width: 50px;
  margin-right: 30px;
  position: relative;
}
.contact-form li.textarea-box label::before {
  display: none;
}
.contact-form textarea {
  display: block;
  height: 90px;
  border-bottom: 1px solid #e0e1e2;
  width: 100%;
  line-height: 1.76;
}
.contact-form .submit {
  background: #e95412;
  color: #fff;
  width: 200px;
  height: 54px;
  line-height: 54px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}
.contact-form .submit:hover {
  background: #e95412;
  box-shadow: 0 0 10px rgba(209, 31, 55, 0.5);
}
@media (max-width: 480px) {
  .contact-form .submit {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .contact-form .bd {
    padding: 50px 0 70px;
  }
  .contact-form li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-form li {
    min-height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 640px) {
  .contact-form li {
    margin-bottom: 10px;
  }
  .contact-form .submit {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .contact-form {
    font-size: 14px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
  }
  .contact-form li {
    margin-bottom: 0;
  }
  .contact-form li label {
    margin-right: 10px;
    width: 40px;
  }
  .contact-form .bd {
    padding: 30px 0 40px;
  }
}
.cinfo {
  padding: 0.64rem 0 0.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.76;
}
.cinfo li {
  margin-bottom: 0.5rem;
}
.cinfo img {
  margin-bottom: 0.2rem;
  max-width: 25%;
}
.cinfo .tit {
  color: #666;
}
.cinfo p {
  max-width: 224px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cinfo {
    font-size: 14px;
  }
}
.photos-popup {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
}
.photos {
  width: 90%;
  height: 70%;
  position: fixed;
  left: 5%;
  top: 15%;
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
}
.photos .swiper-button-prev,
.photos .swiper-button-next {
  z-index: 999;
  transition: 0.3s;
}
.photos .swiper-button-prev:hover,
.photos .swiper-button-next:hover {
  transform: scale(1.5);
}
.photos .pnexts {
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 96%;
  z-index: 9999;
}
.photos .swiper-pagination {
  color: #fff;
}
.photos .swiper-slide {
  display: flex;
  text-align: center;
}
.photos .swiper-slide img {
  margin: auto;
  height: auto;
  width: 100%;
  display: block;
  max-width: 800px;
}
.photosBtn img {
  width: 300px;
}
.download-list-box {
  padding: 0.8rem 0 1.1rem;
}
.download-list {
  margin-bottom: 0.9rem;
  margin-top: 0.6rem;
}
.download-list li {
  border-bottom: 1px solid #e6e6e6;
  height: 0.9rem;
  font-size: 0.18rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  cursor: pointer;
  position: relative;
}
.download-list li::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #e95412;
  transition: 0.3s;
  bottom: -1px;
  left: 0;
}
.download-list li > * {
  transition: 0.3s;
}
.download-list li .icon {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url('../images/ic_pdf.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.2rem;
  display: inline-block;
}
.download-list li .tit {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
  margin-right: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.download-list li .down {
  color: #666;
  padding-right: 0.24rem;
}
.download-list li:hover .icon {
  background-image: url('../images/ic_pdf_on.png');
}
.download-list li:hover > * {
  transform: translateX(20px);
}
@media (max-width: 1200px) {
  .download-list li {
    height: 60px;
  }
  .download-list li .tit {
    font-size: 16px;
  }
  .download-list li .down {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .download-list li .icon {
    margin-right: 0.1rem;
  }
  .download-list li .down {
    padding-right: 0;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .download-list li .tit {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .download-list li:hover::after {
    width: 100%;
  }
  .download-list li:hover .down,
  .download-list li:hover .tit {
    color: #e95412;
  }
}
.download-list-box {
  padding: 0.8rem 0 1.1rem;
}
.download-list {
  margin-bottom: 0.9rem;
  margin-top: 0.6rem;
}
.download-list li {
  border-bottom: 1px solid #e6e6e6;
  height: 0.9rem;
  font-size: 0.18rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  cursor: pointer;
  position: relative;
}
.download-list li::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #e95412;
  transition: 0.3s;
  bottom: -1px;
  left: 0;
}
.download-list li > * {
  transition: 0.3s;
}
.download-list li .icon {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url('../images/ic_pdf.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.2rem;
  display: inline-block;
}
.download-list li .tit {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
  margin-right: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.download-list li .down {
  color: #666;
  padding-right: 0.24rem;
}
.download-list li:hover .icon {
  background-image: url('../images/ic_pdf_on.png');
}
.download-list li:hover > * {
  transform: translateX(20px);
}
@media (max-width: 1200px) {
  .download-list li {
    height: 60px;
  }
  .download-list li .tit {
    font-size: 16px;
  }
  .download-list li .down {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .download-list li .icon {
    margin-right: 0.1rem;
  }
  .download-list li .down {
    padding-right: 0;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .download-list li .tit {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .download-list li:hover::after {
    width: 100%;
  }
  .download-list li:hover .down,
  .download-list li:hover .tit {
    color: #e95412;
  }
}
.tindent {
  text-indent: 2em;
  text-align: left;
}
/*# sourceMappingURL=css.css.map */